home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / clipper / cgwrka10.zip / DEMO.RMK < prev    next >
Text File  |  1994-03-27  |  169b  |  11 lines

  1. // Make file for the demo program
  2. //
  3.  
  4. .prg.obj:
  5.  CLIPPER $* /N /A /M /o$@
  6.  
  7. demo.OBJ: demo.prg
  8.  
  9. demo.EXE : demo.obj
  10.   RTLINK FI demo,cg_menu,ARRAY /PLL:cg_work
  11.